Package com. orange. webcom. sdk
Exposes the main public API of the Webcom SDK.
Types
Link copied to clipboard
Generic event to be notified when a subscription is canceled, that is deliberately stopped.
Link copied to clipboard
Base interface for passing an event of type T to a callback function.
Link copied to clipboard
Represents a subscription to some event type.
Link copied to clipboard
Represents a Webcom application.
Link copied to clipboard
data class WebcomConfiguration @JvmOverloads constructor( val identifier: String, val platform: URL? = null, val offlineCache: String? = null, val startOnline: Boolean = true, val websocketProtocol: WebcomConfiguration.WebsocketProtocol = defaultWebsocketProtocol, val pingDelayMs: Int? = null, val pongDelayMs: Int? = null)
Content copied to clipboard
Represents the settings of a WebcomApplication instance.
Link copied to clipboard
Represents an error generated by the Webcom SDK for Android.
Link copied to clipboard
Represents an Exception thrown by the Webcom SDK for Android. It generally wraps an error of type WebcomError.
Link copied to clipboard
Wraps the result of a computation of type T.